home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / beastboy.swf / scripts / DefineSprite_178 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  348b  |  18 lines

  1. n = _name.substr(2,100);
  2. r["var" + n] = 0;
  3. onenterframe = function()
  4. {
  5.    if(r.pnow == 1 and !r.jump and !r.hit and !r.nochange)
  6.    {
  7.       if(z.hittest(p.z))
  8.       {
  9.          r["var" + n] = 1;
  10.          r.monitorx = _X;
  11.          r.monitor = 1;
  12.          r.score += 2 * r.point;
  13.          delete onenterframe;
  14.       }
  15.    }
  16. };
  17. stop();
  18.